GtkAssistant: Make Escape cancel the assistant
authorMatthias Clasen <mclasen@redhat.com>
Mon, 8 Sep 2014 04:08:01 +0000 (00:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 8 Sep 2014 04:09:55 +0000 (00:09 -0400)
commitffe0ec6883d41241c4966584efa95688ae7ace85
tree2c4051f5dfafc2030ca1ec8ea3fdabfb4d0d84a4
parent145c3e609d6c42545c57fca950c857e48c87c51a
GtkAssistant: Make Escape cancel the assistant

This is an expected keybinding, and it is not hard to support.
Note that we use a private ::escape signal instead of using
::cancel directly, since we want to be able to suppress the
cancellation when we are on a progress page.

https://bugzilla.gnome.org/show_bug.cgi?id=579625
gtk/gtkassistant.c